Explicitly include time.h to get gettimeofday declaration.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Mar 2006 11:34:27 +0000 (12:34 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 16 Mar 2006 11:34:27 +0000 (12:34 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/pcifront/pci_op.c

index 1b2ff313c3f253e062e4dc30e2ef174606675854..c7e6580f2891b36c5305db76015d1b4bf647e6b4 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/init.h>
 #include <linux/pci.h>
 #include <linux/spinlock.h>
+#include <linux/time.h>
 #include <xen/evtchn.h>
 #include "pcifront.h"